home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000317_amos-request@svcs1.digex.net_Sat Sep 27 07:12:53 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  54 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id HAA09806
  3.     for <mcox@access.digex.net>; Sat, 27 Sep 1997 07:12:52 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id GAA08799
  6.     for amos-out; Sat, 27 Sep 1997 06:03:31 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id GAA08796
  9.     for <amos-list@svcs1.digex.net>; Sat, 27 Sep 1997 06:03:30 -0400 (EDT)
  10. Received: from psln1.psln.com (psln.com [206.99.118.101])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with SMTP id GAA06872
  12.     for <amos-list@access.digex.net>; Sat, 27 Sep 1997 06:03:29 -0400 (EDT)
  13. Received: from LOCALNAME by psln1.psln.com via SMTP (951211.SGI.8.6.12.PATCH1502/951211.SGI.AUTO)
  14.     for <amos-list@access.digex.net> id CAA18337; Sat, 27 Sep 1997 02:56:55 -0700
  15. Message-ID: <342A2BC7.5DF@psln.com>
  16. Date: Thu, 25 Sep 1997 02:15:51 -0700
  17. From: "John F. Rodgers" <jfr@psln.com>
  18. X-Mailer: Mozilla 2.02E-KIT  (Win16; U)
  19. MIME-Version: 1.0
  20. To: amos-list@access.digex.net
  21. Subject: Set Bob - I figured it out
  22. Content-Type: text/plain; charset=us-ascii
  23. Content-Transfer-Encoding: 7bit
  24. Status: O
  25. X-Status: 
  26.  
  27. Hello,
  28.  
  29. I did a little more experimenting and found that the program I posted in 
  30. my previous message will work properly if I add two lines after the Put 
  31. Bob 1 and Wait Vbl commands:
  32.  
  33. Put Bob 1
  34. Wait Vbl
  35. Bob Off 1
  36. Wait Vbl
  37.  
  38. Evidently, changing a bob's mask information while it is being displayed 
  39. is a no-no.  Personally, I could do without the bob system and just use 
  40. get and put commands to do simple image manipulation.  I've never 
  41. programmed anything with bobs and Amal.  Just pick up an image, and stamp 
  42. it down.  Kind of like DPaint's Brush...  But AMOS is still a great 
  43. language.  I'm not complaining.  Not much, anyhow...
  44.  
  45. The Wait Vbl commands are necessary.  Otherwise the bobs do not stamp 
  46. down in the right colors.  Does anyone know of a faster way to do this?  
  47. I need to stamp down quite a few copies of my images, and Wait Vbl in 
  48. between them slows it down!
  49.  
  50. Sincerely,
  51.  
  52. John F. Rodgers
  53. jfr@psln.com
  54.